home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / Therapeutic Power of Music phase#3 / musictables.css < prev    next >
Cascading Style Sheet File  |  2011-03-04  |  994b  |  37 lines

  1. /*
  2.   Web Page Design I
  3.    Project Plan
  4.    Phase #3
  5.  
  6.    The Therapeutic Power of Music music 
  7.    Author: Leah Grullon
  8.    Date: March4, 2011
  9.  
  10.    Filename:         musictables.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. table.musicschedule  {border: 10px outset rgb(153, 0, 153); border-collapse: collapse;
  16.                       font-family: Arial, Helvetica, sans-serif; font-size: 0.7em;
  17.                       width: 100%}
  18.  
  19.  
  20. table.musicschedule th, td
  21.                      {border: 1px solid gray}
  22.  
  23.  
  24. thead                {color: white; background-color: rgb(165, 42, 42)}
  25.  
  26. col.firstcol         {background-color: rgb(200, 105, 0); width: 7%} 
  27.                           
  28.  
  29. col.dayCols          {width: 13%}
  30.                                
  31. thead tr             {height: 20px}
  32. tbody tr             {height: 30px}
  33.  
  34. tbody td             {vertical-align: top; padding: 5px}
  35.  
  36. caption              {caption-side: top; text-align: right; font-color: solid black}
  37.